|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
Ipv6IpProcess handles IPv6 to IPv4 tunneling. More...
Public Member Functions | |
| void | addTunnelIntByNum (int) |
| Adds a tunnel interface to the device. More... | |
| void | removeTunnelIntByNum (int) |
| Removes the tunnel interface with the specified interface number. More... | |
| int | getTunnelIntcount () |
| Returns the number of tunnel interfaces. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
Ipv6IpProcess handles IPv6 to IPv4 tunneling.
| void Ipv6IpProcess::addTunnelIntByNum | ( | int | ) |
Adds a tunnel interface to the device.
| num,the | interface number for the tunnel interface. |
| int Ipv6IpProcess::getTunnelIntcount | ( | ) |
Returns the number of tunnel interfaces.
| void Ipv6IpProcess::removeTunnelIntByNum | ( | int | ) |
Removes the tunnel interface with the specified interface number.
| num,the | interface number of the tunnel interface of interest. |